From c861674f3bae2dcdac333057385290dfc7b0dc6a Mon Sep 17 00:00:00 2001 From: Razvan Cojocaru Date: Fri, 23 Nov 2018 12:07:24 +0100 Subject: [PATCH] x86/p2m: switch global_logdirty from bool_t to bool Signed-off-by: Razvan Cojocaru Reviewed-by: Wei Liu --- xen/include/asm-x86/p2m.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-x86/p2m.h b/xen/include/asm-x86/p2m.h index 673adf80cf..3304921991 100644 --- a/xen/include/asm-x86/p2m.h +++ b/xen/include/asm-x86/p2m.h @@ -222,7 +222,7 @@ struct p2m_domain { struct rangeset *logdirty_ranges; /* Host p2m: Global log-dirty mode enabled for the domain. */ - bool_t global_logdirty; + bool global_logdirty; /* Host p2m: when this flag is set, don't flush all the nested-p2m * tables on every host-p2m change. The setter of this flag -- 2.30.2